RL Create3D — Third-Party Notices

This document lists open‑source software components distributed with RL Create3D and its bundled sidecar binaries. Full license texts are provided in the "licenses" subfolder.

Shipped sidecar binaries:
- COLMAP 3.12.0 (BSD 3‑Clause) — https://github.com/colmap/colmap
  - LSD, PoissonRecon, SiftGPU, VLFeat (separately licensed; see licenses folder)
- OpenMVS 2.3.0 tools: DensifyPointCloud, ReconstructMesh, TextureMesh, RefineMesh, TransformScene,
  InterfaceCOLMAP, InterfaceMVSNet, InterfaceMetashape, InterfacePolycam (AGPL‑3.0) — https://github.com/cdcseacave/openMVS
  - LMFit, TRWS (separately licensed; see licenses folder)
- RL public sidecar (AGPL-3.0, due to OpenMVS linkage) — https://rapidlightning.ai/downloads/RL_CREATE3D_1.7.14_PUBLIC_SIDECAR_SOURCE.zip
- gltfpack (MIT) — https://github.com/zeux/meshoptimizer/tree/master/gltfpack

ConditionMesh sidecar dependencies:
- xatlas (MIT) — https://github.com/jpcy/xatlas
- meshoptimizer (MIT) — https://github.com/zeux/meshoptimizer
- tinygltf (MIT) — https://github.com/syoyo/tinygltf
- cgltf (MIT) — https://github.com/jkuhlmann/cgltf
- jsmn (MIT, embedded in cgltf/gltfpack) — https://github.com/zserge/jsmn

Application framework and packages (bundled with the app):
- Tauri (MIT/Apache‑2.0) — https://github.com/tauri-apps/tauri
- Rust crates — see Third-Party Notices/licenses (prefixed rust-*)
- rusqlite 0.32.1 and bundled libsqlite3-sys 0.30.1 (MIT) — see licenses/rusqlite-MIT.txt and licenses/libsqlite3-sys-MIT.txt
- Frontend npm packages — license texts included in Third-Party Notices/licenses (prefixed npm-*)
- three (MIT) — https://github.com/mrdoob/three.js
- Montserrat SemiBold (SIL Open Font License 1.1) — https://github.com/JulietaUla/Montserrat
  - Full license text: Third-Party Notices/licenses/Montserrat-OFL-1.1.txt

Bundled runtime libraries:
- Microsoft Visual C++ Runtime 2015-2022 (vcomp140.dll, vcruntime140.dll, vcruntime140_1.dll) — see licenses/Microsoft-Visual-C-Runtime-2015-2022-License.docx
- OpenCV 4.8.0 third-party components: see OpenCV-*.txt in licenses
- OpenCV 4.8.0 (Apache 2.0) — https://github.com/opencv/opencv/tree/4.8.0
- Boost 1.90.0 (Boost Software License 1.0) — https://www.boost.org/

Source availability:
- COLMAP 3.12.0 source: https://github.com/colmap/colmap
- OpenMVS 2.3.0 source: https://github.com/cdcseacave/openMVS
